home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / doom / addons.zip / FFEARV25.ZIP / FFEAR.REF < prev    next >
Text File  |  1997-08-04  |  3KB  |  168 lines

  1. @#docksign
  2. @do moveback
  3. @do saybar
  4. FREE boat ride to Fortress Fear this way!!!
  5.  
  6. @#sign
  7. @do moveback
  8. @do saybar
  9. Welcome To `@Fortress Fear!
  10.  
  11. @#sign1
  12. @do moveback
  13. @do saybar
  14. King Fear's Casino
  15.  
  16. @#sign2
  17. @do moveback
  18. @do saybar
  19. `@Lo Wang's Supermarket
  20.  
  21. @#sign3
  22. @do moveback
  23. @do saybar
  24. `$<-- Houses For Sale This Way!
  25.  
  26. @#notdone
  27. @do moveback
  28. @do saybar
  29. `$THIS AREA IS NOT COMPLETE!
  30.  
  31. @#ffboat
  32. ;lets them warp to porttown
  33. @offmap
  34. @do moveback
  35. @show
  36. `r0`c  `r1  The Dock `r0
  37.  
  38.   `0"Greetings, s&sir!  What can I do for you?" `2a sailor asks.
  39.  
  40. @do `v01 is 1
  41. @do write
  42. `x`x
  43. @choice
  44. I wanna goto PortTown
  45. Nevermind
  46. @if response not 2 then do
  47.   @begin
  48. @show
  49. `\`\  `0"We shall leave at once!" he shouts importantly.
  50.  
  51. `k  `2A few hours later you arrive - ah, traveling by sea is so much fun!
  52.  
  53.   `0"I bid you a goodday s&sir, please travel safely."
  54.  
  55.   `2Looks like you are on your own.
  56.  
  57. `k
  58.  
  59. @if responce is 1 then do
  60.   @begin
  61.    ;Porttown
  62.    @do x is 9
  63.    @do y is 9
  64.    @do map is 956
  65.   @end
  66.  
  67.  
  68.   @loadmap &map
  69.   @end
  70. @drawmap
  71. @update
  72.  
  73. @#portboat
  74. ;lets them warp to Fortress Fear
  75. @offmap
  76. @do moveback
  77. @show
  78. `r0`c  `r1  The Dock `r0
  79.  
  80.   `0"Greetings, s&sir!  What can I do for you?" `2a sailor asks.
  81.  
  82. @do `v01 is 1
  83. @do write
  84. `x`x
  85. @choice
  86. I wanna goto `@Fortress Fear
  87. Nevermind
  88. @if response not 2 then do
  89.   @begin
  90. @show
  91. `\`\  `0"We shall leave at once!" he shouts importantly.
  92.  
  93. `k  `2A few hours later you arrive - ah, traveling by sea is so much fun!
  94.  
  95.   `0"I bid you a goodday s&sir, please travel safely."
  96.  
  97.   `2Looks like you are on your own.
  98.  
  99. `k
  100.  
  101. @show
  102. ?7h
  103.  
  104.   ███████ ▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄  ▄▄▄▄▄▄ ▄▄▄▄▄▄▄   ▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄
  105.   ██▄▄▄▄  ██   ██ ██   ██    ██   ██   ██   ██▄▄▄▄  ██▄▄▄▄▄ ██▄▄▄▄▄
  106.   ██▀▀▀▀  ██   ██ ██▀▀██C██   ██▀▀██    ██C██C██
  107.   ██C▀▀▀▀▀▀▀ ▀▀  ▀▀▀▀▀  ▀▀   ▀▀  ▀▀▀▀▀ ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀
  108.   ▀▀  ──────────────────────────────────────────────────────────────
  109. C███████ ▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄   ██
  110. C██▄▄▄▄  ██▄▄▄▄  ██▄▄▄██ ██   ██   ██
  111. C██▀▀▀▀  ██C██   ██ ██▀▀██    ▀▀
  112. C██C▀▀▀▀▀▀▀ ▀▀   ▀▀ ▀▀  ▀▀▀▀▀ ▀▀
  113. C▀▀  ─────── Made By D/┤rK /\/iGHT ──
  114.  
  115. CThis IGM is not complete yet!
  116.  
  117. D
  118. `k
  119.  
  120. @if responce is 1 then do
  121.   @begin
  122.    ;Fortress Fear
  123.    @do x is 73
  124.    @do y is 19
  125.    @do map is 580
  126.   @end
  127.  
  128.  
  129.   @loadmap &map
  130.   @end
  131. @drawmap
  132. @update
  133.  
  134. @#gatekeeper
  135. @offmap
  136. @do moveback
  137. @show
  138. `r0`c  `r1  The GateKeeper `r0
  139.  
  140.   `0"Hello there! Want me to let you out?" `2the GateKeeper asks.
  141.  
  142. @do `v01 is 1
  143. @do write
  144. `x`x
  145. @choice
  146. Yes!
  147. No! I wanna stay here!
  148. @if response not 2 then do
  149.   @begin
  150. @show
  151. `\`\  `0The GateKeeper pulls a lever and the gate opens..
  152.  
  153. `k
  154.  
  155. @if responce is 1 then do
  156.   @begin
  157.    @do x is 37
  158.    @do y is 13
  159.    @do map is 500
  160.   @end
  161.  
  162.  
  163.   @loadmap &map
  164.   @end
  165. @drawmap
  166. @update
  167.  
  168.